Fix entry (one moved to org/).
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Mar 2009 03:07:01 +0000 (03:07 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Mar 2009 03:07:01 +0000 (03:07 +0000)
lisp/ChangeLog

index 12b08d234cc7ad1d7748014e730c592d8f12883e..635bc3a0171f46392e6ebfd4e8cc2b46d042df95 100644 (file)
 2009-03-13  D. Goel  <deego3@gmail.com>
 
        * ibuf-ext.el:
-       When calling (multiple-value-bind/setq .. ls)
-       ls -> (values-list ls) throughout.
-
-       * progmodes/flymake.el (flymake-float-time): Ditto.
-
-       * progmodes/ebrowse.el: Ditto.
-
-       * midnight.el (midnight-next): Ditto.
-
-       * org/org-bbdb.el: Ditto.
+       * midnight.el (midnight-next):
+       * progmodes/ebrowse.el:
+       * progmodes/flymake.el (flymake-float-time):
+       When calling (multiple-value-bind/setq .. ls) replace ls
+       by (values-list ls) throughout.
 
 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>